@charset "utf-8";
/* CSS Document 2011.8.3 */
body {
    font-family: Verdana;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #585858;
    /*background-color: #5776A5*/
}

div, form, img, ul, ol, li, dl, dt, dd, p {
    margin: 0;
    padding: 0;
    border: 0;
}

ul, li {
    list-style-type: none;
}

img, a img {
    border: 0;
    vertical-align: top;
}

input, select, textarea {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
}
/* Link */
a {
    color: #585858;
    text-decoration: none;
}

    a:hover {
        color: #048ce2;
        text-decoration: none;
    }


/* 第二个链接的样式 - 默认深蓝色，悬停橙色 */
.link2:link, .link2:visited {
    color: #ff0000; /* 基础红色*/
    text-decoration: none; /* 可选：去掉下划线 */
}

.link2:hover {
    color: #ff9900; /* 悬停橙色 */
}


/* Other */
.clear {
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* only FF */
.mauto {
    width: 1280px;
    margin: 0 auto;
}

.m_auto {
    margin: 0 auto;
}


.table-container {
    width: 1400px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    /*padding: 1px 10px 1px 100px;*/ 
}

.custom-table {
    border-collapse: collapse; 
    border: none; 
    width: 100%;
    margin: 0 auto;
    margin-left: 50px;
    /*padding: 1px 10px 1px 1000px;*/
}

    .custom-table td {
        border: none; 
        padding: 1px 46px 8px 8px;
        text-align: left; 
        vertical-align: top; 

        word-wrap: break-word; 
        word-break: break-all; 
        white-space: normal;
    }



/* Font  */
.fb {
    font-weight: bold;
}

.f11px {
    font-size: 11px;
}

.f14px {
    font-size: 14px;
}

.f16px {
    font-size: 16px;
}

.f10px {
    font-size: 10px;
}

.li20px {
    line-height: 20px;
}

.f18px {
    font-size: 18px;
}

.f20px {
    font-size: 20px;
}

.f24px {
    font-size: 24px;
}

.f30px {
    font-size: 30px;
}

.yahei {
    font-family: microsoft yahei;
    float: left;
    width: 90px;
    font-size: 16px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.ml19 {
    margin-left: 19px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ovht {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

